home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / hold me in your arms / PGP 2.6 / pgp2.6 Source / vmsbuild / 000read.me next >
Text File  |  1994-05-23  |  3KB  |  94 lines

  1. Program:    000READ.ME
  2.  
  3. Author:    David G. North, CCP
  4.         1333 Maywood Ct
  5.         Plano, Texas  75023-1914
  6.         (214) 881-1553
  7.         d_north@ondec.lonestar.org
  8.  
  9. Date:        94.05.16
  10.  
  11. Revisions:
  12.   Who        Date    Description
  13.   D.North    940516    Public Release
  14.  
  15. License:
  16.     Ownership of and rights to these programs is retained by the author(s).
  17.     Limited license to use and distribute the software in this library is
  18.     hereby granted under the following conditions:
  19.       1. Any and all authorship, ownership, copyright or licensing
  20.          information is preserved within any source copies at all times.
  21.       2. Under absolutely *NO* circumstances may any of this code be used
  22.          in any form for commercial profit without a written licensing
  23.          agreement from the author(s).  This does not imply that such
  24.          a written agreement could not be obtained.
  25.       3. Except by written agreement under condition 2, and subject to
  26.          condition 5, source shall be freely provided with all binaries.
  27.       4. Library contents may be transferred or copied in any form so
  28.          long as conditions 1, 2, 3, and 5 are met.  Nominal charges may
  29.          be assessed for media and transferral labor without such charges
  30.          being considered 'commercial profit' thereby violating condition 2.
  31.       5. THESE ROUTINES ARE FOR U.S. INTERNAL USE ONLY.  The Author WILL
  32.          NOT BE HELD ACCOUNTABLE FOR _YOUR_ EXPORTING THESE ROUTINES FROM
  33.          THE UNITED STATES.  EXPORT OF THESE ROUTINES FROM THE U.S. TO ANY
  34.          FOREIGN COUNTRY MAY BE A VIOLATION OF ITAR REGULATIONS AND MAY
  35.          SUBJECT YOU TO PROSECUTION BY THE U.S. GOVERNMENT, POSSIBLY RESULTING
  36.          IN YOUR INCARCERATION.
  37.  
  38. Extended conditions:
  39.    These routines were designed to build the RSAREF library distributed
  40.    with MIT PGP V2.6, and the MIT PGP V2.6 sources AS DISTRIBUTED.  The
  41.    author explicitly denies any responsibilities regarding your rights to
  42.    posses, to use, or to modify ANYTHING called PGP or RSAREF.  These
  43.    routines essentially 'edit' and compile arbitrary source files provided
  44.    by you.  The content of those source files, and the source files
  45.    resulting from the editing operations are YOUR SOLE RESPONSIBILITY with
  46.    respect to any legal ramifications that may exist.
  47.  
  48. Warranty:
  49.    These programs are distributed in the hopes that they will be useful, but
  50.    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  51.    or FITNESS FOR A PARTICULAR PURPOSE.
  52.  
  53. Revisions:    When       What
  54.         94.05.16   Initial release
  55.  
  56. Description:
  57.     This directory contains the necessary files to build PGP 2.6 source
  58.     under VMS.
  59.  
  60.     Usage is generally:
  61.         1) Unpack your PGP 2.6 Sources including the files
  62.             in this directory
  63.         2) Set default to [.PGP26.VMSBUILD] and perform:
  64.            @ALLBUILD
  65.  
  66. Operation:
  67.     The distribution directory tree [relevant] structure is:
  68.     [.pgp26]
  69.         [.src]
  70.             !PGP2.6 sources
  71.             pgp.c            !etc.
  72.             ...
  73.         [.vmsbuild]
  74.             !VMS Build files
  75.             000read.me
  76.             allbuild.com            !Calls builds and link
  77.             rsabuild.com            !Build proc for RSAREFLIB
  78.             pgpbuild.com            !Build proc for PGP sources
  79.             pgplink.com            !Linker proc for PGP 2.6
  80.         ...
  81.     
  82.     [.rsaref]
  83.         [.source]
  84.             !RSAREF sources
  85.             desc.c
  86.             ...
  87.         ...
  88.  
  89.  
  90.     The RSABUILD.COM and PGPBUILD.COM structures DEPEND on this relative
  91.     layout of the source directories.  If your layout is different, the
  92.     provided build procedures WILL NOT WORK.  You will have to modify
  93.     them to match your directory layout.
  94.